[MySQL Query] How to limit date?

Posted by rasouza on Stack Overflow See other posts from Stack Overflow or by rasouza
Published on 2010-05-16T08:52:36Z Indexed on 2010/05/16 9:00 UTC
Read the original article Hit count: 128

Filed under:

I'd like to select all entries from a table where date is the last one and only those ones.

For example: today is May 16th, the last entries I have from my table is dated from May 15th, but I have older ones (May 14th, May13th, etc). I'd like to select only the dated from May 15th, but it's not this specific date, I need to select every entry dated from the last date I have in my database.

How to?

Thx in advance

© Stack Overflow or respective owner

Related posts about mysql